home *** CD-ROM | disk | FTP | other *** search
/ GRAVIS Top 100 #1 / GRAVIS CD No1_Herbst_94.cdr / Deneba / Canvas™ 3.5.2 US / PPD Folder / VT530522.PPD < prev    next >
Text File  |  1990-10-12  |  26KB  |  648 lines

  1. *% Adobe Systems PostScript(R) Printer Description File
  2. *% For "Series 4000/5300" version 49.3 AND 52.2
  3. *% Produced by "BuildPPD.ps" version 3.0 edit 56
  4. *%
  5. *% Copyright 1988, 1989, 1990 Adobe Systems Incorporated.  
  6. *% All Rights Reserved.
  7. *% Permission is granted for redistribution of this file as
  8. *% long as this copyright notice is intact and the contents
  9. *% of the file is not altered in any way from its original form.
  10. *%
  11. *% The byte count of this file should be exactly 025610 or 026257
  12. *% depending on the filesystem it resides in.
  13. *%
  14. *% Date: 5/4/90
  15. *FormatVersion: "3.0"
  16. *FileVersion: "2.0"
  17. *LanguageVersion: English
  18.  
  19. *Product: "(Varityper)"
  20. *PSVersion: "(49.3) 4.1"
  21. *PSVersion: "(52.2) 4.1"
  22. *NickName: "Varityper Series 4000/5300"
  23.  
  24. *% General Information and Defaults ===============
  25. *FreeVM: "2415554"
  26. *ColorDevice: False
  27. *VariablePaperSize: True
  28. *FileSystem: True
  29. *?FileSystem: "
  30.   statusdict begin diskstatus end
  31.   exch pop 0 eq {(False)}{(True)}ifelse = flush
  32. "
  33. *End
  34. *Throughput: "1"
  35. *Password: "0"
  36. *ExitServer: "
  37.   count 0 eq {  % is the password on the stack?
  38.     true 
  39.   }{
  40.     dup    % potential password
  41.     statusdict begin checkpassword end not 
  42.   } ifelse 
  43.   {  %  if no password or not valid 
  44.     (WARNING : Cannot perform the exitserver command.) = 
  45.     (Password supplied is not valid.) = 
  46.     (Please contact the author of this software.) = flush
  47.     quit 
  48.   } if 
  49.   serverdict begin exitserver
  50. "
  51. *End
  52. *Reset: "
  53.   count 0 eq {  % is the password on the stack?
  54.     true 
  55.   }{
  56.     dup    % potential password
  57.     statusdict begin checkpassword end not 
  58.   } ifelse 
  59.   {  %  if no password or not valid 
  60.     (WARNING : Cannot reset printer.) = 
  61.     (Password supplied is not valid.) = 
  62.     (Please contact the author of this software.) = flush
  63.     quit 
  64.   } if 
  65.   serverdict begin exitserver
  66.   systemdict /quit get exec
  67.   (WARNING : Printer Reset Failed.) = flush
  68. "
  69. *End
  70.  
  71. *SetResolution 2400dpi: "
  72.   count 0 eq {  % is the password on the stack?
  73.     true 
  74.   }{
  75.     dup    % potential password
  76.     statusdict begin checkpassword end not 
  77.   } ifelse 
  78.   {  %  if no password or not valid 
  79.     (WARNING : Cannot set the resolution.) = 
  80.     (Password supplied is not valid.) = 
  81.     (Please contact the author of this software.) = flush
  82.     quit 
  83.   } if 
  84.   serverdict begin exitserver
  85.   statusdict begin 2400 setresolution end
  86. "
  87. *End
  88. *SetResolution 1200dpi: "
  89.   count 0 eq {  % is the password on the stack?
  90.     true 
  91.   }{
  92.     dup    % potential password
  93.     statusdict begin checkpassword end not 
  94.   } ifelse 
  95.   {  %  if no password or not valid 
  96.     (WARNING : Cannot set the resolution.) = 
  97.     (Password supplied is not valid.) = 
  98.     (Please contact the author of this software.) = flush
  99.     quit 
  100.   } if 
  101.   serverdict begin exitserver
  102.   statusdict begin 1200 setresolution end
  103. "
  104. *End
  105. *SetResolution 1800dpi: "
  106.   count 0 eq {  % is the password on the stack?
  107.     true 
  108.   }{
  109.     dup    % potential password
  110.     statusdict begin checkpassword end not 
  111.   } ifelse 
  112.   {  %  if no password or not valid 
  113.     (WARNING : Cannot set the resolution.) = 
  114.     (Password supplied is not valid.) = 
  115.     (Please contact the author of this software.) = flush
  116.     quit 
  117.   } if 
  118.   serverdict begin exitserver
  119.   statusdict begin 1800 setresolution end
  120. "
  121. *End
  122. *SetResolution 900dpi: "
  123.   count 0 eq {  % is the password on the stack?
  124.     true 
  125.   }{
  126.     dup    % potential password
  127.     statusdict begin checkpassword end not 
  128.   } ifelse 
  129.   {  %  if no password or not valid 
  130.     (WARNING : Cannot set the resolution.) = 
  131.     (Password supplied is not valid.) = 
  132.     (Please contact the author of this software.) = flush
  133.     quit 
  134.   } if 
  135.   serverdict begin exitserver
  136.   statusdict begin 900 setresolution end
  137. "
  138. *End
  139. *SetResolution 600dpi: "
  140.   count 0 eq {  % is the password on the stack?
  141.     true 
  142.   }{
  143.     dup    % potential password
  144.     statusdict begin checkpassword end not 
  145.   } ifelse 
  146.   {  %  if no password or not valid 
  147.     (WARNING : Cannot set the resolution.) = 
  148.     (Password supplied is not valid.) = 
  149.     (Please contact the author of this software.) = flush
  150.     quit 
  151.   } if 
  152.   serverdict begin exitserver
  153.   statusdict begin 600 setresolution end
  154. "
  155. *End
  156. *?Resolution: "
  157. save
  158.   initgraphics
  159.   0 0 moveto currentpoint matrix defaultmatrix transform
  160.   0 72 lineto currentpoint matrix defaultmatrix transform
  161.   3 -1 roll sub dup mul
  162.   3 1 roll exch sub dup mul
  163.   add sqrt round cvi
  164.   (          ) cvs print (dpi) = flush
  165. restore
  166. "
  167. *End
  168.  
  169. *% Halftone Information ===============
  170. *ScreenFreq: "141.0"
  171. *ScreenAngle: "45.0"
  172. *DefaultScreenProc: Dot
  173. *ScreenProc Dot: "
  174. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1 
  175. sub }{dup mul exch dup mul add 1 exch sub }ifelse }
  176. "
  177. *End
  178. *ScreenProc Line: "{ pop }"
  179. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  180.  
  181. *DefaultTransfer: Null
  182. *Transfer Null: "{ }"
  183. *Transfer Null.Inverse: "{ 1 exch sub }"
  184.  
  185. *% Paper Handling ===================
  186.  
  187. *DefaultPageSize: Letter
  188. *PageSize Letter: "letter"
  189. *PageSize Legal: "legal"
  190. *PageSize Note: "note"
  191. *PageSize Ledger: "ledger"
  192. *PageSize Tabloid: "11x17"
  193. *PageSize A3: "a3"
  194. *PageSize A4: "a4"
  195. *PageSize A5: "a5"
  196. *PageSize B5: "b5"
  197. *PageSize Letter.Transverse: "Letter"
  198. *PageSize A4.Transverse: "A4"
  199. *PageSize A5.Transverse: "A5"
  200. *PageSize B5.Transverse: "B5"
  201. *?PageSize: "
  202.  save 
  203.    /d0 5 dict def d0 begin
  204.      /420_595 (A5.Transverse) def
  205.      /499_709 (B5.Transverse) def
  206.      /595_842 (A4.Transverse) def
  207.      /612_792 (Letter.Transverse) def
  208.      /1224_792 (Ledger) def
  209.    end
  210.    /d1 7 dict def d1 begin
  211.      /595_420 (A5) def
  212.      /709_499 (B5) def
  213.      /792_612 (Letter) def
  214.      /842_595 (A4) def
  215.      /1008_612 (Legal) def
  216.      /1191_842 (A3) def
  217.      /1224_792 (Tabloid) def
  218.    end
  219.    statusdict begin pageparams end
  220.    4 1 roll pop
  221.    /high exch 10 string cvs dup length /hlen exch def def
  222.    /wide exch 10 string cvs def
  223.    /key hlen 1 add wide length add string def
  224.    key 0 high putinterval 
  225.    key hlen (_) putinterval
  226.    key hlen 1 add wide putinterval
  227.    0 eq {d0}{d1}ifelse
  228.    key cvn {get}stopped {(Unknown)}if
  229.    = flush
  230.    restore
  231. "
  232. *End
  233.  
  234. *DefaultPageRegion: Letter
  235. *PageRegion Letter: "letter"
  236. *PageRegion Legal: "legal"
  237. *PageRegion Note: "note"
  238. *PageRegion Ledger: "ledger"
  239. *PageRegion Tabloid: "11x17"
  240. *PageRegion A3: "a3"
  241. *PageRegion A4: "a4"
  242. *PageRegion A5: "a5"
  243. *PageRegion B5: "b5"
  244. *PageRegion Letter.Transverse: "Letter"
  245. *PageRegion A4.Transverse: "A4"
  246. *PageRegion A5.Transverse: "A5"
  247. *PageRegion B5.Transverse: "B5"
  248.  
  249. *DefaultImageableArea: Letter
  250. *ImageableArea Letter: "0 1 612 792 "
  251. *ImageableArea Legal: "0 1 612 1008 "
  252. *ImageableArea Note: "0 1 612 792 "
  253. *ImageableArea Ledger: "0 0 1223 792 "
  254. *ImageableArea Tabloid: "0 1 792 1224 "
  255. *ImageableArea A3: "0 1 842 1191 "
  256. *ImageableArea A4: "0 1 595 842 "
  257. *ImageableArea A5: "0 1 420 595 "
  258. *ImageableArea B5: "0 1 499 709 "
  259. *ImageableArea Letter.Transverse: "0 0 611 792 "
  260. *ImageableArea A4.Transverse: "0 0 594 842 "
  261. *ImageableArea A5.Transverse: "0 0 419 595 "
  262. *ImageableArea B5.Transverse: "0 0 498 710 "
  263. *?ImageableArea: "
  264.  save /cvp { cvi (            ) cvs print ( ) print } bind def
  265.   newpath clippath pathbbox
  266.   4 -2 roll exch 2 {ceiling cvp} repeat
  267.   exch 2 {floor cvp} repeat flush
  268.  restore
  269. "
  270. *End
  271.  
  272. *DefaultPaperDimension: Letter
  273. *PaperDimension Letter: "612 792"
  274. *PaperDimension Legal: "612 1008"
  275. *PaperDimension Note: "612 792"
  276. *PaperDimension Ledger: "1224 792"
  277. *PaperDimension Tabloid: "792 1224"
  278. *PaperDimension A3: "842 1190"
  279. *PaperDimension A4: "595 842"
  280. *PaperDimension A5: "420 595"
  281. *PaperDimension B5: "516 729"
  282. *PaperDimension Letter.Transverse: "792 612"
  283. *PaperDimension A4.Transverse: "842 595"
  284. *PaperDimension A5.Transverse: "595 420"
  285. *PaperDimension B5.Transverse: "729 516"
  286.  
  287. *DefaultPaperTray: None
  288. *DefaultOutputBin: Upper
  289. *DefaultInputSlot: None
  290. *DefaultManualFeed: None
  291. *DefaultOutputOrder: Normal
  292. *DefaultCollator: None
  293. *DefaultSorter: None
  294. *DefaultDuplex: None
  295.  
  296. *% Font Information =====================
  297.  
  298. *DefaultFont: Courier
  299. *Font Courier: Standard "(001.004)"
  300. *Font Courier-Bold: Standard "(001.004)"
  301. *Font Courier-BoldOblique: Standard "(001.004)"
  302. *Font Courier-Oblique: Standard "(001.004)"
  303. *Font Symbol: Special "(001.003)"
  304. *?FontQuery: "
  305. save  4 dict begin /sv exch def
  306. /str (fonts/                              ) def
  307. /st2 128 string def
  308. {
  309.   count 0 gt {
  310.     dup st2 cvs (/) print print (:) print
  311.     dup FontDirectory exch known {pop (Yes)}{
  312.      str exch st2 cvs dup length /len exch def
  313.      6 exch putinterval str 0 len 6 add getinterval mark exch
  314.      { } st2 filenameforall counttomark 0 gt {
  315.       cleartomark (Yes)}{cleartomark (No)}ifelse
  316.     }ifelse = flush
  317.   }{ exit } ifelse
  318. } bind loop
  319. (*) = flush
  320. sv end restore
  321. "
  322. *End
  323.  
  324. *?FontList: "
  325. save  2 dict begin /sv exch def
  326. /str 128 string def
  327. FontDirectory { pop == } bind forall flush
  328. /filenameforall where { 
  329.  pop save (fonts/*) { 
  330.   dup length 6 sub 6 exch getinterval cvn == 
  331.  } bind str filenameforall flush restore
  332. } if 
  333. (*) = flush
  334. sv end restore
  335. "
  336. *End
  337.  
  338. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  339. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  340. *Message: "\FontName\ not found, using Courier"
  341.  
  342. *% Status (format: %%[ status: <one of these> ]%% )
  343. *Status: "idle"
  344. *Status: "busy"
  345. *Status: "waiting"
  346. *Status: "printing"
  347. *Status: "warming up"
  348. *Status: "PrinterError: Printer OK"
  349. *Status: "PrinterError: Printer never accepted band"
  350. *Status: "PrinterError: Printer Intensity Invalid"
  351. *Status: "PrinterError: PrintXferBusy for too long"
  352. *Status: "PrinterError: Printer not ready to write:unused"
  353. *Status: "PrinterError: Fifo transfer took too long:DMABusy still"
  354. *Status: "PrinterError: Printer Resolution Invalid"
  355. *Status: "PrinterError: Failed printerstart:!BEG"
  356. *Status: "PrinterError: Fifo transfer did not start:DMABusy still"
  357. *Status: "PrinterError: Printer Hardware Error"
  358. *Status: "PrinterError: Printer Disk Full"
  359. *Status: "PrinterError: Printer Media Cassette Full"
  360. *Status: "PrinterError: Printer No Takeup"
  361. *Status: "PrinterError: Re-transmitting Page To Printer"
  362. *Status: "PrinterError: Printer Line Length Invalid"
  363. *Status: "PrinterError: Printer Busy with Previous Page"
  364. *Status: "PrinterError: Default page being defined is too big"
  365. *Status: "PrinterError: Printer Media Value Invalid"
  366. *Status: "PrinterError: Printer Cover Open"
  367. *Status: "PrinterError: Printer never was ready to start band:!STA"
  368. *Status: "PrinterError: Proofer Error"
  369. *Status: "PrinterError: Printer not ready;printer needs attention"
  370. *Status: "PrinterError: Printer Paper Out"
  371. *Status: "PrinterError: Printer Disk Error"
  372. *Status: "PrinterError: Proofer Not Available"
  373. *Status: "PrinterError: Program Load Error"
  374. *Status: "PrinterError: Printer Leading Value Invalid"
  375. *Status: "PrinterError: Printer Offline"
  376.  
  377. *Source: "serial9"
  378. *Source: "serial25"
  379. *Source: "AppleTalk"
  380. *Source: "Centronics"
  381.  
  382. *PrinterError: "Printer OK"
  383. *PrinterError: "Printer never accepted band"
  384. *PrinterError: "Printer Intensity Invalid"
  385. *PrinterError: "PrintXferBusy for too long"
  386. *PrinterError: "Printer not ready to write:unused"
  387. *PrinterError: "Fifo transfer took too long:DMABusy still"
  388. *PrinterError: "Printer Resolution Invalid"
  389. *PrinterError: "Failed printerstart:!BEG"
  390. *PrinterError: "Fifo transfer did not start:DMABusy still"
  391. *PrinterError: "Printer Hardware Error"
  392. *PrinterError: "Printer Disk Full"
  393. *PrinterError: "Printer Media Cassette Full"
  394. *PrinterError: "Printer No Takeup"
  395. *PrinterError: "Re-transmitting Page To Printer"
  396. *PrinterError: "Printer Line Length Invalid"
  397. *PrinterError: "Printer Busy with Previous Page"
  398. *PrinterError: "Default page being defined is too big"
  399. *PrinterError: "Printer Media Value Invalid"
  400. *PrinterError: "Printer Cover Open"
  401. *PrinterError: "Printer never was ready to start band:!STA"
  402. *PrinterError: "Proofer Error"
  403. *PrinterError: "Printer not ready;printer needs attention"
  404. *PrinterError: "Printer Paper Out"
  405. *PrinterError: "Printer Disk Error"
  406. *PrinterError: "Proofer Not Available"
  407. *PrinterError: "Program Load Error"
  408. *PrinterError: "Printer Leading Value Invalid"
  409. *PrinterError: "Printer Offline"
  410.  
  411. *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  412.  
  413. *% Color Separation Information =====================
  414.  
  415. *DefaultColorSep: ProcessBlack.141lpi.2400dpi/141 lpi / 2400 dpi
  416.  
  417. *InkName: ProcessBlack/Process Black
  418. *InkName: CustomColor/Custom Color
  419. *InkName: ProcessCyan/Process Cyan
  420. *InkName: ProcessMagenta/Process Magenta
  421. *InkName: ProcessYellow/Process Yellow
  422.  
  423. *% For 141 lpi / 2400 dpi ===================================================
  424.  
  425. *ColorSepScreenAngle ProcessBlack.141lpi.2400dpi/141 lpi / 2400 dpi: "45.0"
  426. *ColorSepScreenAngle CustomColor.141lpi.2400dpi/141 lpi / 2400 dpi: "45.0"
  427. *ColorSepScreenAngle ProcessCyan.141lpi.2400dpi/141 lpi / 2400 dpi: "71.5651"
  428. *ColorSepScreenAngle ProcessMagenta.141lpi.2400dpi/141 lpi / 2400 dpi: "18.4349"
  429. *ColorSepScreenAngle ProcessYellow.141lpi.2400dpi/141 lpi / 2400 dpi: "0.0"
  430.  
  431. *ColorSepScreenFreq ProcessBlack.141lpi.2400dpi/141 lpi / 2400 dpi: "141.421"
  432. *ColorSepScreenFreq CustomColor.141lpi.2400dpi/141 lpi / 2400 dpi: "141.421"
  433. *ColorSepScreenFreq ProcessCyan.141lpi.2400dpi/141 lpi / 2400 dpi: "126.491"
  434. *ColorSepScreenFreq ProcessMagenta.141lpi.2400dpi/141 lpi / 2400 dpi: "126.491"
  435. *ColorSepScreenFreq ProcessYellow.141lpi.2400dpi/141 lpi / 2400 dpi: "133.333"
  436.  
  437. *% For 121 lpi / 2400 dpi ===================================================
  438.  
  439. *ColorSepScreenAngle ProcessBlack.121lpi.2400dpi/121 lpi / 2400 dpi: "45.0"
  440. *ColorSepScreenAngle CustomColor.121lpi.2400dpi/121 lpi / 2400 dpi: "45.0"
  441. *ColorSepScreenAngle ProcessCyan.121lpi.2400dpi/121 lpi / 2400 dpi: "71.5651"
  442. *ColorSepScreenAngle ProcessMagenta.121lpi.2400dpi/121 lpi / 2400 dpi: "18.4349"
  443. *ColorSepScreenAngle ProcessYellow.121lpi.2400dpi/121 lpi / 2400 dpi: "0.0"
  444.  
  445. *ColorSepScreenFreq ProcessBlack.121lpi.2400dpi/121 lpi / 2400 dpi: "121.218"
  446. *ColorSepScreenFreq CustomColor.121lpi.2400dpi/121 lpi / 2400 dpi: "121.218"
  447. *ColorSepScreenFreq ProcessCyan.121lpi.2400dpi/121 lpi / 2400 dpi: "108.421"
  448. *ColorSepScreenFreq ProcessMagenta.121lpi.2400dpi/121 lpi / 2400 dpi: "108.421"
  449. *ColorSepScreenFreq ProcessYellow.121lpi.2400dpi/121 lpi / 2400 dpi: "114.286"
  450.  
  451. *% For 113 lpi / 2400 dpi (15,15,6,18,18,6,20,0) ============================
  452.  
  453. *ColorSepScreenAngle ProcessBlack.113lpi.2400dpi/113 lpi / 2400 dpi: "45.0"
  454. *ColorSepScreenAngle CustomColor.113lpi.2400dpi/113 lpi / 2400 dpi: "45.0"
  455. *ColorSepScreenAngle ProcessCyan.113lpi.2400dpi/113 lpi / 2400 dpi: "71.5651"
  456. *ColorSepScreenAngle ProcessMagenta.113lpi.2400dpi/113 lpi / 2400 dpi: "18.4349"
  457. *ColorSepScreenAngle ProcessYellow.113lpi.2400dpi/113 lpi / 2400 dpi: "0.0"
  458.  
  459. *ColorSepScreenFreq ProcessBlack.113lpi.2400dpi/113 lpi / 2400 dpi: "113.137"
  460. *ColorSepScreenFreq CustomColor.113lpi.2400dpi/113 lpi / 2400 dpi: "113.137"
  461. *ColorSepScreenFreq ProcessCyan.113lpi.2400dpi/113 lpi / 2400 dpi: "126.491"
  462. *ColorSepScreenFreq ProcessMagenta.113lpi.2400dpi/113 lpi / 2400 dpi: "126.491"
  463. *ColorSepScreenFreq ProcessYellow.113lpi.2400dpi/113 lpi / 2400 dpi: "120.0"
  464.  
  465. *% For 106 lpi / 2400 dpi ===================================================
  466.  
  467. *ColorSepScreenAngle ProcessBlack.106lpi.2400dpi/106 lpi / 2400 dpi: "45.0"
  468. *ColorSepScreenAngle CustomColor.106lpi.2400dpi/106 lpi / 2400 dpi: "45.0"
  469. *ColorSepScreenAngle ProcessCyan.106lpi.2400dpi/106 lpi / 2400 dpi: "71.5651"
  470. *ColorSepScreenAngle ProcessMagenta.106lpi.2400dpi/106 lpi / 2400 dpi: "18.4349"
  471. *ColorSepScreenAngle ProcessYellow.106lpi.2400dpi/106 lpi / 2400 dpi: "0.0"
  472.  
  473. *ColorSepScreenFreq ProcessBlack.106lpi.2400dpi/106 lpi / 2400 dpi: "106.066"
  474. *ColorSepScreenFreq CustomColor.106lpi.2400dpi/106 lpi / 2400 dpi: "106.066"
  475. *ColorSepScreenFreq ProcessCyan.106lpi.2400dpi/106 lpi / 2400 dpi: "94.8683"
  476. *ColorSepScreenFreq ProcessMagenta.106lpi.2400dpi/106 lpi / 2400 dpi: "94.8683"
  477. *ColorSepScreenFreq ProcessYellow.106lpi.2400dpi/106 lpi / 2400 dpi: "100.0"
  478.  
  479. *% For 85 lpi / 2400 dpi (20,20,8,24,24,8,80/3,0) ===========================
  480.  
  481. *ColorSepScreenAngle ProcessBlack.85lpi.2400dpi/85 lpi / 2400 dpi: "45.0"
  482. *ColorSepScreenAngle CustomColor.85lpi.2400dpi/85 lpi / 2400 dpi: "45.0"
  483. *ColorSepScreenAngle ProcessCyan.85lpi.2400dpi/85 lpi / 2400 dpi: "71.5651"
  484. *ColorSepScreenAngle ProcessMagenta.85lpi.2400dpi/85 lpi / 2400 dpi: "18.4349"
  485. *ColorSepScreenAngle ProcessYellow.85lpi.2400dpi/85 lpi / 2400 dpi: "0.0"
  486.  
  487. *ColorSepScreenFreq ProcessBlack.85lpi.2400dpi/85 lpi / 2400 dpi: "84.8528"
  488. *ColorSepScreenFreq CustomColor.85lpi.2400dpi/85 lpi / 2400 dpi: "84.8528"
  489. *ColorSepScreenFreq ProcessCyan.85lpi.2400dpi/85 lpi / 2400 dpi: "94.8683"
  490. *ColorSepScreenFreq ProcessMagenta.85lpi.2400dpi/85 lpi / 2400 dpi: "94.8683"
  491. *ColorSepScreenFreq ProcessYellow.85lpi.2400dpi/85 lpi / 2400 dpi: "30.0"
  492.  
  493. *ColorSepScreenProc ProcessYellow.85lpi.2400dpi/85 lpi / 2400 dpi: "
  494. {1 add 2 div 3 mul dup floor sub 2 mul 1 sub exch 
  495. 1 add 2 div 3 mul dup floor sub 2 mul 1 sub exch 
  496. abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1 
  497. sub }{dup mul exch dup mul add 1 exch sub }ifelse }"
  498. *End
  499.  
  500. *% For 121 lpi / 1200 dpi (7,7,4,11,11,4,11,0) ===============================
  501.  
  502. *ColorSepScreenAngle ProcessBlack.121lpi.1200dpi/121 lpi / 1200 dpi: "45.0"
  503. *ColorSepScreenAngle CustomColor.121lpi.1200dpi/121 lpi / 1200 dpi: "45.0"
  504. *ColorSepScreenAngle ProcessCyan.121lpi.1200dpi/121 lpi / 1200 dpi: "70.0169"
  505. *ColorSepScreenAngle ProcessMagenta.121lpi.1200dpi/121 lpi / 1200 dpi: "19.9831"
  506. *ColorSepScreenAngle ProcessYellow.121lpi.1200dpi/121 lpi / 1200 dpi: "0.0"
  507.  
  508. *ColorSepScreenFreq ProcessBlack.121lpi.1200dpi/121 lpi / 1200 dpi: "121.218"
  509. *ColorSepScreenFreq CustomColor.121lpi.1200dpi/121 lpi / 1200 dpi: "121.218"
  510. *ColorSepScreenFreq ProcessCyan.121lpi.1200dpi/121 lpi / 1200 dpi: "102.523"
  511. *ColorSepScreenFreq ProcessMagenta.121lpi.1200dpi/121 lpi / 1200 dpi: "102.523"
  512. *ColorSepScreenFreq ProcessYellow.121lpi.1200dpi/121 lpi / 1200 dpi: "109.091"
  513.  
  514. *% For 106 lpi / 1200 dpi ===================================================
  515.  
  516. *ColorSepScreenAngle ProcessBlack.106lpi.1200dpi/106 lpi / 1200 dpi: "45.0"
  517. *ColorSepScreenAngle CustomColor.106lpi.1200dpi/106 lpi / 1200 dpi: "45.0"
  518. *ColorSepScreenAngle ProcessCyan.106lpi.1200dpi/106 lpi / 1200 dpi: "71.5651"
  519. *ColorSepScreenAngle ProcessMagenta.106lpi.1200dpi/106 lpi / 1200 dpi: "18.4349"
  520. *ColorSepScreenAngle ProcessYellow.106lpi.1200dpi/106 lpi / 1200 dpi: "0.0"
  521.  
  522. *ColorSepScreenFreq ProcessBlack.106lpi.1200dpi/106 lpi / 1200 dpi: "106.066"
  523. *ColorSepScreenFreq CustomColor.106lpi.1200dpi/106 lpi / 1200 dpi: "106.066"
  524. *ColorSepScreenFreq ProcessCyan.106lpi.1200dpi/106 lpi / 1200 dpi: "94.8683"
  525. *ColorSepScreenFreq ProcessMagenta.106lpi.1200dpi/106 lpi / 1200 dpi: "94.8683"
  526. *ColorSepScreenFreq ProcessYellow.106lpi.1200dpi/106 lpi / 1200 dpi: "100.0"
  527.  
  528. *% For 85 lpi / 1200 dpi (10,10,4,12,12,4,40/3,0) ============================
  529.  
  530. *ColorSepScreenAngle ProcessBlack.85lpi.1200dpi/85 lpi / 1200 dpi: "45.0"
  531. *ColorSepScreenAngle CustomColor.85lpi.1200dpi/85 lpi / 1200 dpi: "45.0"
  532. *ColorSepScreenAngle ProcessCyan.85lpi.1200dpi/85 lpi / 1200 dpi: "71.5651"
  533. *ColorSepScreenAngle ProcessMagenta.85lpi.1200dpi/85 lpi / 1200 dpi: "18.4349"
  534. *ColorSepScreenAngle ProcessYellow.85lpi.1200dpi/85 lpi / 1200 dpi: "0.0"
  535.  
  536. *ColorSepScreenFreq ProcessBlack.85lpi.1200dpi/85 lpi / 1200 dpi: "84.8528"
  537. *ColorSepScreenFreq CustomColor.85lpi.1200dpi/85 lpi / 1200 dpi: "84.8528"
  538. *ColorSepScreenFreq ProcessCyan.85lpi.1200dpi/85 lpi / 1200 dpi: "94.8683"
  539. *ColorSepScreenFreq ProcessMagenta.85lpi.1200dpi/85 lpi / 1200 dpi: "94.8683"
  540. *ColorSepScreenFreq ProcessYellow.85lpi.1200dpi/85 lpi / 1200 dpi: "30.0"
  541.  
  542. *ColorSepScreenProc ProcessYellow.85lpi.1200dpi/85 lpi / 1200 dpi: "
  543. {1 add 2 div 3 mul dup floor sub 2 mul 1 sub exch 
  544. 1 add 2 div 3 mul dup floor sub 2 mul 1 sub exch 
  545. abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1 
  546. sub }{dup mul exch dup mul add 1 exch sub }ifelse }"
  547. *End
  548.  
  549. *%  For 127 lpi / 1800 dpi  ===============================
  550.  
  551. *ColorSepScreenAngle ProcessBlack.127lpi.1800dpi/127 lpi / 1800 dpi: "45.0"
  552. *ColorSepScreenAngle CustomColor.127lpi.1800dpi/127 lpi / 1800 dpi: "45.0"
  553. *ColorSepScreenAngle ProcessCyan.127lpi.1800dpi/127 lpi / 1800 dpi: "71.5651"
  554. *ColorSepScreenAngle ProcessMagenta.127lpi.1800dpi/127 lpi / 1800 dpi: "18.4349"
  555. *ColorSepScreenAngle ProcessYellow.127lpi.1800dpi/127 lpi / 1800 dpi: "0.0"
  556.  
  557. *ColorSepScreenFreq ProcessBlack.127lpi.1800dpi/127 lpi / 1800 dpi: "127.279"
  558. *ColorSepScreenFreq CustomColor.127lpi.1800dpi/127 lpi / 1800 dpi: "127.279"
  559. *ColorSepScreenFreq ProcessCyan.127lpi.1800dpi/127 lpi / 1800 dpi: "113.842"
  560. *ColorSepScreenFreq ProcessMagenta.127lpi.1800dpi/127 lpi / 1800 dpi: "113.842"
  561. *ColorSepScreenFreq ProcessYellow.127lpi.1800dpi/127 lpi / 1800 dpi: "120.0"
  562.  
  563. *%  For 106 lpi / 1800 dpi  ===============================
  564.  
  565. *ColorSepScreenAngle ProcessBlack.106lpi.1800dpi/106 lpi / 1800 dpi: "45.0"
  566. *ColorSepScreenAngle CustomColor.106lpi.1800dpi/106 lpi / 1800 dpi: "45.0"
  567. *ColorSepScreenAngle ProcessCyan.106lpi.1800dpi/106 lpi / 1800 dpi: "71.5651"
  568. *ColorSepScreenAngle ProcessMagenta.106lpi.1800dpi/106 lpi / 1800 dpi: "18.4349"
  569. *ColorSepScreenAngle ProcessYellow.106lpi.1800dpi/106 lpi / 1800 dpi: "0.0"
  570.  
  571. *ColorSepScreenFreq ProcessBlack.106lpi.1800dpi/106 lpi / 1800 dpi: "106.066"
  572. *ColorSepScreenFreq CustomColor.106lpi.1800dpi/106 lpi / 1800 dpi: "106.066"
  573. *ColorSepScreenFreq ProcessCyan.106lpi.1800dpi/106 lpi / 1800 dpi: "94.8683"
  574. *ColorSepScreenFreq ProcessMagenta.106lpi.1800dpi/106 lpi / 1800 dpi: "94.8683"
  575. *ColorSepScreenFreq ProcessYellow.106lpi.1800dpi/106 lpi / 1800 dpi: "100.0"
  576.  
  577. *%  For 91 lpi / 1800 dpi  ===============================
  578.  
  579. *ColorSepScreenAngle ProcessBlack.91lpi.1800dpi/91 lpi / 1800 dpi: "45.0"
  580. *ColorSepScreenAngle CustomColor.91lpi.1800dpi/91 lpi / 1800 dpi: "45.0"
  581. *ColorSepScreenAngle ProcessCyan.91lpi.1800dpi/91 lpi / 1800 dpi: "71.5651"
  582. *ColorSepScreenAngle ProcessMagenta.91lpi.1800dpi/91 lpi / 1800 dpi: "18.4349"
  583. *ColorSepScreenAngle ProcessYellow.91lpi.1800dpi/91 lpi / 1800 dpi: "0.0"
  584.  
  585. *ColorSepScreenFreq ProcessBlack.91lpi.1800dpi/91 lpi / 1800 dpi: "90.9137"
  586. *ColorSepScreenFreq CustomColor.91lpi.1800dpi/91 lpi / 1800 dpi: "90.9137"
  587. *ColorSepScreenFreq ProcessCyan.91lpi.1800dpi/91 lpi / 1800 dpi: "81.3157"
  588. *ColorSepScreenFreq ProcessMagenta.91lpi.1800dpi/91 lpi / 1800 dpi: "81.3157"
  589. *ColorSepScreenFreq ProcessYellow.91lpi.1800dpi/91 lpi / 1800 dpi: "85.7143"
  590.  
  591. *% For 106 lpi / 900 dpi =====================================================
  592.  
  593. *ColorSepScreenAngle ProcessBlack.106lpi.900dpi/106 lpi / 900 dpi: "45.0"
  594. *ColorSepScreenAngle CustomColor.106lpi.900dpi/106 lpi / 900 dpi: "45.0"
  595. *ColorSepScreenAngle ProcessCyan.106lpi.900dpi/106 lpi / 900 dpi: "71.5651"
  596. *ColorSepScreenAngle ProcessMagenta.106lpi.900dpi/106 lpi / 900 dpi: "18.4349"
  597. *ColorSepScreenAngle ProcessYellow.106lpi.900dpi/106 lpi / 900 dpi: "0.0"
  598.  
  599. *ColorSepScreenFreq ProcessBlack.106lpi.900dpi/106 lpi / 900 dpi: "106.066"
  600. *ColorSepScreenFreq CustomColor.106lpi.900dpi/106 lpi / 900 dpi: "106.066"
  601. *ColorSepScreenFreq ProcessCyan.106lpi.900dpi/106 lpi / 900 dpi: "94.8683"
  602. *ColorSepScreenFreq ProcessMagenta.106lpi.900dpi/106 lpi / 900 dpi: "94.8683"
  603. *ColorSepScreenFreq ProcessYellow.106lpi.900dpi/106 lpi / 900 dpi: "100.0"
  604.  
  605. *% For 80 lpi / 900 dpi =====================================================
  606.  
  607. *ColorSepScreenAngle ProcessBlack.80lpi.900dpi/80 lpi / 900 dpi: "45.0"
  608. *ColorSepScreenAngle CustomColor.80lpi.900dpi/80 lpi / 900 dpi: "45.0"
  609. *ColorSepScreenAngle ProcessCyan.80lpi.900dpi/80 lpi / 900 dpi: "71.5651"
  610. *ColorSepScreenAngle ProcessMagenta.80lpi.900dpi/80 lpi / 900 dpi: "18.4349"
  611. *ColorSepScreenAngle ProcessYellow.80lpi.900dpi/80 lpi / 900 dpi: "0.0"
  612.  
  613. *ColorSepScreenFreq ProcessBlack.80lpi.900dpi/80 lpi / 900 dpi: "79.5495"
  614. *ColorSepScreenFreq CustomColor.80lpi.900dpi/80 lpi / 900 dpi: "79.5495"
  615. *ColorSepScreenFreq ProcessCyan.80lpi.900dpi/80 lpi / 900 dpi: "71.1512"
  616. *ColorSepScreenFreq ProcessMagenta.80lpi.900dpi/80 lpi / 900 dpi: "71.1512"
  617. *ColorSepScreenFreq ProcessYellow.80lpi.900dpi/80 lpi / 900 dpi: "75.0"
  618.  
  619. *% For 64 lpi / 900 dpi =====================================================
  620.  
  621. *ColorSepScreenAngle ProcessBlack.64lpi.900dpi/64 lpi / 900 dpi: "45.0"
  622. *ColorSepScreenAngle CustomColor.64lpi.900dpi/64 lpi / 900 dpi: "45.0"
  623. *ColorSepScreenAngle ProcessCyan.64lpi.900dpi/64 lpi / 900 dpi: "71.5651"
  624. *ColorSepScreenAngle ProcessMagenta.64lpi.900dpi/64 lpi / 900 dpi: "18.4349"
  625. *ColorSepScreenAngle ProcessYellow.64lpi.900dpi/64 lpi / 900 dpi: "0.0"
  626.  
  627. *ColorSepScreenFreq ProcessBlack.64lpi.900dpi/64 lpi / 900 dpi: "63.6396"
  628. *ColorSepScreenFreq CustomColor.64lpi.900dpi/64 lpi / 900 dpi: "63.6396"
  629. *ColorSepScreenFreq ProcessCyan.64lpi.900dpi/64 lpi / 900 dpi: "56.921"
  630. *ColorSepScreenFreq ProcessMagenta.64lpi.900dpi/64 lpi / 900 dpi: "56.921"
  631. *ColorSepScreenFreq ProcessYellow.64lpi.900dpi/64 lpi / 900 dpi: "60.0"
  632.  
  633. *%  For 71 lpi / 600 dpi  ===============================
  634.  
  635. *ColorSepScreenAngle ProcessBlack.71lpi.600dpi/71 lpi / 600 dpi: "45.0"
  636. *ColorSepScreenAngle CustomColor.71lpi.600dpi/71 lpi / 600 dpi: "45.0"
  637. *ColorSepScreenAngle ProcessCyan.71lpi.600dpi/71 lpi / 600 dpi: "71.5651"
  638. *ColorSepScreenAngle ProcessMagenta.71lpi.600dpi/71 lpi / 600 dpi: "18.4349"
  639. *ColorSepScreenAngle ProcessYellow.71lpi.600dpi/71 lpi / 600 dpi: "0.0"
  640.  
  641. *ColorSepScreenFreq ProcessBlack.71lpi.600dpi/71 lpi / 600 dpi: "70.7107"
  642. *ColorSepScreenFreq CustomColor.71lpi.600dpi/71 lpi / 600 dpi: "70.7107"
  643. *ColorSepScreenFreq ProcessCyan.71lpi.600dpi/71 lpi / 600 dpi: "63.2456"
  644. *ColorSepScreenFreq ProcessMagenta.71lpi.600dpi/71 lpi / 600 dpi: "63.2456"
  645. *ColorSepScreenFreq ProcessYellow.71lpi.600dpi/71 lpi / 600 dpi: "66.6667"
  646.  
  647. *% end of PPD file for Series 4000/5300
  648.